home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / GIF2LBM.ZIP / GIF2LBM.TXT < prev    next >
Text File  |  1994-08-17  |  2KB  |  54 lines

  1. -----------------------------------------------
  2. GIF2LBM, GIF2PAL convertor Version 1.1
  3. Designed to be used with Themie Gouthas'
  4. XLIB.
  5. Written by Daniel Jacob Hatadi
  6. Email: djh@newt.phys.unsw.edu.au
  7.        s2104152@cs.unsw.oz.au
  8.        fester@jolt.mpx.com.au (someone else's 
  9.        account, but I'll get it)
  10. -----------------------------------------------
  11.  
  12. GIF2LBM is a *very* simple bitmap converter.
  13.  
  14. It converts plain 256 colour GIFs to the LBM
  15. format used with Themie Gouthas' XLIB.
  16. It also saves the palette separately in a
  17. *.PAL file.
  18. The GIFs must have dimensions no greater than
  19. 255 x 255. This is because of the limitations
  20. of the LBM format. Also, if you want to then
  21. convert the LBMs to PBMs, the width must be
  22. divisible by four. 
  23.  
  24. As I said, this is a *very* simple converter.
  25. It doesn't do much in the way of checking, 
  26. and the wildcards are a bit funny. (if you
  27. type GIF2LBM *, then it will do nothing, so
  28. you should type GIF2LBM *.GIF).
  29.  
  30. The idea with GIF2LBM is to use it to convert
  31. small GIFs into LBMs and PAL files. Then, to
  32. make these files useable in XLIB, just use the
  33. LBM2PBM executable. I've added this executable
  34. to the ZIP archive with its source code.
  35.  
  36. I've also included my own source code, and an
  37. example TurboC 3.0 project file. To compile
  38. the program, you will need XLIB06.ZIP, or some
  39. other version of XLIB.
  40.  
  41. Anyway, you'll figure it out if you want to.
  42. But why bother?
  43.  
  44. Daniel Hatadi
  45. 16/8/94
  46.  
  47. REVISIONS
  48.  
  49. 1.1     16/8/94         First bug report (someone's used the thing!) 
  50.                         Fixed some minor memory related bugs.
  51. 1.0     2/11/93         First released. Nothing special. Hope someone uses
  52.                         it.
  53.  
  54.